home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0040.bin < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-14  |  3.7 KB  |  110 lines

  1. XML declaration
  2. <?xml version="" ?>
  3. XML declaration (including all attributes)
  4. <?xml version="" encoding="" standalone="" ?>
  5. XSL stylesheet declaration
  6. <xsl:stylesheet version=""></xsl:stylesheet>
  7. XSL stylesheet declaration (including all attributes)
  8. <xsl:stylesheet id="" extension-element-prefixes="" exclude-result-prefixes="" version=""></xsl:stylesheet>
  9. apply-imports
  10. <xsl:apply-imports />
  11. apply-templates
  12. <xsl:apply-templates></xsl:apply-templates>
  13. apply-templates (including all attributes)
  14. <xsl:apply-templates select="" mode=""></xsl:apply-templates>
  15. attribute
  16. <xsl:attribute name=""></xsl:attribute>
  17. attribute (including all attributes)
  18. <xsl:attribute name="" namespace=""></xsl:attribute>
  19. attribute-set
  20. <xsl:attribute-set name=""></xsl:attribute-set>
  21. attribute-set (including all attributes)
  22. <xsl:attribute-set name="" use-attribute-sets=""></xsl:attribute-set>
  23. call-template
  24. <xsl:call-template name=""></xsl:call-template>
  25. choose
  26. <xsl:choose></xsl:choose>
  27. comment
  28. <xsl:comment></xsl:comment>
  29. copy
  30. <xsl:copy></xsl:copy>
  31. copy (including all attributes)
  32. <xsl:copy use-attribute-sets=""></xsl:copy>
  33. copy-of
  34. <xsl:copy-of select="" />
  35. decimal-format
  36. <xsl:decimal-format />
  37. decimal-format (including all attributes)
  38. <xsl:decimal-format name="" decimal-separator="" grouping-separator="" infinity="" minus-sign="" NaN="" percent="" per-mille="" zero-digit="" digit="" pattern-separator="" />
  39. element
  40. <xsl:element name=""><xsl:element>
  41. element (including all attributes)
  42. <xsl:element name="" namespace="" use-attribute-sets=""></xsl:element>
  43. fallback
  44. <xsl:fallback></xsl:fallback>
  45. for-each
  46. <xsl:for-each select=""></xsl:for-each>
  47. if
  48. <xsl:if test=""></xsl:if>
  49. import
  50. <xsl:import href="" />
  51. include
  52. <xsl:include href="" />
  53. key
  54. <xsl:key name="" match="" use="" />
  55. message
  56. <xsl:message></xsl:message>
  57. message (including all attributes)
  58. <xsl:message terminate=""></xsl:message>
  59. namespace-alias
  60. <xsl:namespace-alias stylesheet-prefix="" result-prefix="" />
  61. number
  62. <xsl:number />
  63. number (including all attributes)
  64. <xsl:number level="" count="" from="" value="" format="" lang="" letter-value="" grouping-separator="" grouping-size="" />
  65. otherwise
  66. <xsl:otherwise></xsl:otherwise>
  67. output
  68. <xsl:output />
  69. output (including all attributes)
  70. <xsl:output method="" version="" encoding="" omit-xml-declaration="" standalone="" doctype-public="" doctype-system="" cdata-section-elements="" indent="" media-type="" />
  71. param
  72. <xsl:param name=""></xsl:param>
  73. param (including all attributes)
  74. <xsl:param name="" select=""></xsl:param>
  75. preserve-space
  76. <xsl:preserve-space elements="" />
  77. processing-instruction
  78. <xsl:processing-instruction name=""></xsl:processing-instruction>
  79. sort
  80. <xsl:sort />
  81. sort (including all attributes)
  82. <xsl:sort select="" lang="" data-type="" order="" case-order="" />
  83. strip-space
  84. <xsl:strip-space elements="" />
  85. template
  86. <xsl:template></xsl:template>
  87. template (including all attributes)
  88. <xsl:template match="" name="" priority="" mode=""></xsl:template>
  89. text
  90. <xsl:text></xsl:text>
  91. text (including all attributes)
  92. <xsl:text disable-output-escaping=""></xsl:text>
  93. transform
  94. <xsl:transform version=""></xsl:transform>
  95. transform (including all attributes)
  96. <xsl:transform id="" extension-element-prefixes="" exclude-result-prefixes="" version=""></xsl:transform>
  97. value-of
  98. <xsl:value-of select="" />
  99. value-of (including all attributes)
  100. <xsl:value-of select="" disable-output-escaping="" />
  101. variable
  102. <xsl:variable name=""></xsl:variable>
  103. variable (including all attributes)
  104. <xsl:variable name="" select=""></xsl:variable>
  105. when
  106. <xsl:when test=""></xsl:when>
  107. with-param
  108. <xsl:with-param name=""></xsl:with-param>
  109. with-param (including all attributes)
  110. <xsl:with-param name="" select=""></xsl:with-param>